From: Po Lu Date: Wed, 16 Mar 2022 13:47:37 +0000 (+0800) Subject: * doc/lispref/frames.texi (x-begin-drag): Improve wording. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2370^2~1097 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d5e8f483f90395e8eda7a2c5c23765af2602caf1;p=emacs.git * doc/lispref/frames.texi (x-begin-drag): Improve wording. --- diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 24b439e0492..97283a525c4 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -4044,10 +4044,10 @@ from its frames to windows of other applications. @defun x-begin-drag targets action &optional frame return-frame This function begins a drag from @var{frame}, and returns when the -session ends, either because the drop was successful, or because the -drop was rejected. The drop occurs when all mouse buttons are -released on top of an X window other than @var{frame} (the @dfn{drop -target}). +drag-and-drop operation ends, either because the drop was successful, +or because the drop was rejected. The drop occurs when all mouse +buttons are released on top of an X window other than @var{frame} (the +@dfn{drop target}). @var{targets} is a list of strings describing selection targets, much like the @var{data-type} argument to @code{gui-get-selection}, that